home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Selling To the Government
/
Selling to the Government.iso
/
update.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-15
|
537b
|
23 lines
Echo Update CDPMenu To latest version
Echo.
if $$%1==$$ Goto GiveHelp
if $$%2==$$ goto GiveHelp
echo Installing from %1 CDROM drive to the Directory %2
echo Type Ctrl-C to abort at next prompt if arguments are not correct
echo.
pause
Copy %1:\CDP\Install\*.* %2\*.*
Copy %1:\CDP\DAT\CDPDOC.* %2\*.*
%1:\CDPDOCUP %2
Echo.
echo CDPMenu is updated
Goto EndBat
:GiveHelp
echo Command line
echo G:\UPDATE G C:\CDP
Echo Where G is changed for your CDROM Drive
echo Where C:\CDP is the current CDPDirectory
echo.
:EndBat